home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / basic / CLONECD / Setup.exe / $SMPROGRAMS / CloneCD / CloneCD.exe / 0 / RCDATA / TSTARTFORM / TSTARTFORM.txt < prev   
Encoding:
Text File  |  2003-05-08  |  1.6 KB  |  88 lines

  1. object StartForm: TStartForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'StartForm'
  7.   ClientHeight = 179
  8.   ClientWidth = 317
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   FormStyle = fsStayOnTop
  12.   OldCreateOrder = False
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 317
  22.     Height = 179
  23.     Align = alClient
  24.     BevelWidth = 2
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 40
  28.       Top = 16
  29.       Width = 40
  30.       Height = 40
  31.       AutoSize = True
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 91
  37.       Top = 16
  38.       Width = 42
  39.       Height = 13
  40.       Caption = 'CloneCD'
  41.       IsControl = True
  42.     end
  43.     object Copyright: TLabel
  44.       Left = 40
  45.       Top = 64
  46.       Width = 44
  47.       Height = 13
  48.       Caption = 'Copyright'
  49.       Layout = tlBottom
  50.       IsControl = True
  51.     end
  52.     object Label: TLabel
  53.       Left = 40
  54.       Top = 120
  55.       Width = 26
  56.       Height = 13
  57.       Caption = 'Label'
  58.       Layout = tlCenter
  59.     end
  60.     object Version: TLabel
  61.       Left = 91
  62.       Top = 40
  63.       Width = 35
  64.       Height = 13
  65.       Caption = 'Version'
  66.       IsControl = True
  67.     end
  68.     object Loading: TLabel
  69.       Left = 40
  70.       Top = 94
  71.       Width = 47
  72.       Height = 13
  73.       Caption = 'Loading...'
  74.       Layout = tlBottom
  75.       IsControl = True
  76.     end
  77.     object ElbyImage: TImage
  78.       Left = 224
  79.       Top = 16
  80.       Width = 70
  81.       Height = 40
  82.       Picture.Data = {<image000.ico>}
  83.       Stretch = True
  84.       IsControl = True
  85.     end
  86.   end
  87. end
  88.